Click or drag to resize

StandardFolderId Class

Class StandardFolderId.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class StandardFolderId : FolderId

The StandardFolderId type exposes the following members.

Constructors
  NameDescription
Public methodStandardFolderId
Initializes a new instance of the StandardFolderId class.
Public methodStandardFolderId(StandardFolder)
Initializes a new instance of the StandardFolderId class.
Public methodStandardFolderId(StandardFolder, Mailbox)
Initializes a new instance of the StandardFolderId class.
Public methodStandardFolderId(StandardFolder, String)
Initializes a new instance of the StandardFolderId class.
Public methodStandardFolderId(StandardFolder, String, Mailbox)
Initializes a new instance of the StandardFolderId class.
Top
Properties
  NameDescription
Public propertyChangeKey
Contains a string that identifies a version of a folder that is identified by the Id attribute. This attribute is optional. Use this attribute to make sure that the correct version of a folder is used.
(Inherited from Id.)
Public propertyId
Contains a string that identifies a folder in the Exchange store.
Public propertyMailbox
Gets or sets the mailbox.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides FolderIdToString.)
Top
See Also